home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / ImpExp32.exe / 0 / RCDATA / TOBJECTTREEFORM / TOBJECTTREEFORM.txt
Encoding:
Text File  |  2004-03-02  |  1.4 KB  |  68 lines

  1. object ObjectTreeForm: TObjectTreeForm
  2.   Left = 241
  3.   Top = 152
  4.   Width = 239
  5.   Height = 265
  6.   Caption = 'Accessible Oracle Objects'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object RzPanel2: TRzPanel
  21.     Left = 0
  22.     Top = 199
  23.     Width = 231
  24.     Height = 37
  25.     Align = alBottom
  26.     BorderOuter = fsNone
  27.     TabOrder = 0
  28.     object OKButton: TRzButton
  29.       Left = 5
  30.       Top = 6
  31.       Alignment = taLeftJustify
  32.       Default = True
  33.       ModalResult = 1
  34.       Caption = '  &OK'
  35.       HotTrack = True
  36.       TabOrder = 0
  37.     end
  38.     object CancelButton: TRzButton
  39.       Left = 91
  40.       Top = 6
  41.       Alignment = taLeftJustify
  42.       Cancel = True
  43.       ModalResult = 2
  44.       Caption = '  &Cancel'
  45.       HotTrack = True
  46.       TabOrder = 1
  47.     end
  48.   end
  49.   object AllObjectTree: TTreeView
  50.     Left = 0
  51.     Top = 0
  52.     Width = 231
  53.     Height = 199
  54.     Align = alClient
  55.     Indent = 19
  56.     ReadOnly = True
  57.     TabOrder = 1
  58.     OnDblClick = AllObjectTreeDblClick
  59.     OnExpanding = AllObjectTreeExpanding
  60.   end
  61.   object FormEnhThree1: TFormEnhThree
  62.     SaveSizeOnly = True
  63.     SaveKey = 'ObjectTreeForm Placement'
  64.     Left = 16
  65.     Top = 11
  66.   end
  67. end
  68.